func github.com/google/go-cmp/cmp.coalesceAdjacentRecords

2 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L284: 	groups := coalesceAdjacentRecords(name, recs)
		report_compare.go#L409: func coalesceAdjacentRecords(name string, recs []reportRecord) (groups []diffStats) {